visual analisys of cross correlation and correlaton matrices

For each model:

  1. Choose model
  2. Choose style
  3. matrix_crosscorrelation all (all epochs): heatmap + histogram of log(eigenvalues) + eigenvalues scatterplot
  4. matrix_crosscorrelation small (first 500 epochs): heatmap + histogram of log(eigenvalues) + eigenvalues scatterplot
  5. matrix_crosscorrelation vsmall (first 100 epochs): heatmap + histogram of log(eigenvalues) + eigenvalues scatterplot
  6. Comparission of eigenvalues for different samples of the same model

get_autocorrelation(paths2, k=1, max_epoch=1000, folder='matrix_autocorrelation_small/') get_autocorrelation(paths2, k=1, max_epoch=500, folder='matrix_autocorrelation_vsmall/')

get_autocorrelation(paths3, k=1, max_epoch=1000, folder='matrix_autocorrelation_small/') get_autocorrelation(paths3, k=1, max_epoch=500, folder='matrix_autocorrelation_vsmall/')

get_autocorrelation(paths4, k=1, max_epoch=1000, folder='matrix_autocorrelation_small/') get_autocorrelation(paths4, k=1, max_epoch=500, folder='matrix_autocorrelation_vsmall/')

Show all matrices

Eigenvalues spectrum all

Show eigenvalues histogram

Plots one by one

Small size: 1000 epochs

VSmall size: 500 epochs